From 88199d4f8eb872c8a6d61dcddb4afeb8bb2b1415 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Tue, 14 Mar 2006 14:38:22 -0700 Subject: [PATCH] [IA64] warning cleanup cleanup a few trivial warnings. Signed-off-by: Alex Williamson --- xen/arch/ia64/xen/xenirq.c | 2 +- xen/include/asm-ia64/vtm.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/xen/arch/ia64/xen/xenirq.c b/xen/arch/ia64/xen/xenirq.c index 8343bf6c2c..9a3acc1e78 100644 --- a/xen/arch/ia64/xen/xenirq.c +++ b/xen/arch/ia64/xen/xenirq.c @@ -68,7 +68,7 @@ void irq_exit(void) * ONLY gets called from ia64_leave_kernel * ONLY call with interrupts enabled */ -void process_soft_irq() +void process_soft_irq(void) { if (!in_interrupt() && local_softirq_pending()) { add_preempt_count(SOFTIRQ_OFFSET); diff --git a/xen/include/asm-ia64/vtm.h b/xen/include/asm-ia64/vtm.h index a89d9c2b21..419d937fb5 100644 --- a/xen/include/asm-ia64/vtm.h +++ b/xen/include/asm-ia64/vtm.h @@ -63,5 +63,4 @@ typedef struct vtime { #define VTM_FIRED(vtm) ((vtm)->triggered) -extern void vtm_init(); #endif /* _STATS_H_ */ -- 2.30.2